X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Flbfactory%2FILBFactory.php;h=f6d080e4f0258992a25cf304f46041562bccdfd1;hb=6d72643e24f6a2ab96c1e3e3b8b5f3b758107d9f;hp=117df684c40952fb8a17141a2e2b7c064be2c8b9;hpb=15b3664ee12ac94a92d1057dab5645370276d027;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/lbfactory/ILBFactory.php b/includes/libs/rdbms/lbfactory/ILBFactory.php index 117df684c4..f6d080e4f0 100644 --- a/includes/libs/rdbms/lbfactory/ILBFactory.php +++ b/includes/libs/rdbms/lbfactory/ILBFactory.php @@ -44,7 +44,7 @@ interface ILBFactory { * - localDomain: A DatabaseDomain or domain ID string. * - readOnlyReason : Reason the master DB is read-only if so [optional] * - srvCache : BagOStuff object for server cache [optional] - * - memCache : BagOStuff object for cluster memory cache [optional] + * - memStash : BagOStuff object for cross-datacenter memory storage [optional] * - wanCache : WANObjectCache object [optional] * - hostname : The name of the current server [optional] * - cliMode: Whether the execution context is a CLI script. [optional] @@ -138,7 +138,7 @@ interface ILBFactory { /** * Prepare all tracked load balancers for shutdown - * @param integer $mode One of the class SHUTDOWN_* constants + * @param int $mode One of the class SHUTDOWN_* constants * @param callable|null $workCallback Work to mask ChronologyProtector writes */ public function shutdown( @@ -239,7 +239,7 @@ interface ILBFactory { * - cluster : wait on the given external load balancer DBs * - timeout : Max wait time. Default: ~60 seconds * - ifWritesSince: Only wait if writes were done since this UNIX timestamp - * @throws DBReplicationWaitError If a timeout or error occured waiting on a DB cluster + * @throws DBReplicationWaitError If a timeout or error occurred waiting on a DB cluster */ public function waitForReplication( array $opts = [] );